{% extends "trees/base.html" %} {% block title %}Analytics - JM3{% endblock %} {% block content %}

{{ user_name }} Analytics

Environmental Score: {{ environmental_score }} ({{ grade }})

We know which trees exist, where, who planted them — and whether they survived.

Trees Planted

{{ total }}

Survival Rate

{{ survival_rate }}%

Verified

{{ verified }}

Suspicious

{{ suspicious }}

Active Monitors

{{ active_monitors }}

Nursery Partners

{{ nursery_partners }}

Alive

{{ alive }}

Dead

{{ dead }}

Species Performance
{% for row in by_species %} {% empty %}{% endfor %}
SpeciesPlantedAliveSurvival
{{ row.species__common_name }}{{ row.total }}{{ row.alive }} {% widthratio row.alive row.total 100 %}%
No trees registered yet.
Reports GIS Map {% endblock %} {% block extra_js %}{% endblock %}